home *** CD-ROM | disk | FTP | other *** search
/ LiquidLibrary 2007 February / LiquidLibrary 2007 February - Disc 1.iso / mac / Portfolio Browser / Mac OS X User / Portfolio Browser.app / Contents / Info.plist next >
Extensible Markup Language  |  2003-07-26  |  2KB  |  66 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleIdentifier</key>
  6.     <string>com.extensis.portfolio</string>
  7.     <key>CFBundleName</key>
  8.     <string>Portfolio</string>
  9.     <key>CFBundleGetInfoString</key>
  10.     <string>Portfolio version 6.1.2, Copyright ┬⌐ 2003 by Extensis, Inc.  All rights reserved.</string>
  11.     <key>CFBundleShortVersionString</key>
  12.     <string>Portfolio version 6.1.2</string>
  13.     <key>CFBundlePackageType</key>
  14.     <string>APPL</string>
  15.     <key>CFBundleSignature</key>
  16.     <string>FTCH</string>
  17.     <key>CFBundleExecutable</key>
  18.     <string>Portfolio</string>
  19.     <key>CFBundleVersion</key>
  20.     <string>6.1.2</string>
  21.     <key>CFBundleIconFile</key>
  22.     <string>Portfolio.icns</string>
  23.     <key>CFBundleDevelopmentRegion</key>
  24.     <string>English</string>
  25.     <key>CFBundleInfoDictionaryVersion</key>
  26.     <string>6.0</string>
  27.     <key>LSRequiresCarbon</key>
  28.     <true/>
  29.     <key>CFBundleDocumentTypes</key>
  30.     <array>
  31.         <dict>
  32.             <key>CFBundleTypeName</key>
  33.             <string>Portfolio Catalogs</string>
  34.             <key>CFBundleTypeIconFile</key>
  35.             <string>catalog.icns</string>
  36.             <key>CFBundleTypeRole</key>
  37.             <string>Editor</string>
  38.             <key>CFBundleTypeOSTypes</key>
  39.             <array>
  40.                 <string>DBSE</string>
  41.             </array>
  42.             <key>CFBundleTypeExtensions</key>
  43.             <array>
  44.                 <string>fdb</string>
  45.             </array>
  46.         </dict>
  47.         <dict>
  48.             <key>CFBundleTypeName</key>
  49.             <string>Portfolio Admin</string>
  50.             <key>CFBundleTypeIconFile</key>
  51.             <string>catalog.icns</string>
  52.             <key>CFBundleTypeRole</key>
  53.             <string>Editor</string>
  54.             <key>CFBundleTypeOSTypes</key>
  55.             <array>
  56.                 <string>FADM</string>
  57.             </array>
  58.             <key>CFBundleTypeExtensions</key>
  59.             <array>
  60.                 <string>adm</string>
  61.             </array>
  62.         </dict>
  63.     </array>
  64. </dict>
  65. </plist>
  66.